home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6439 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.PBI.net!usenet
  2. From: mich@pbinet.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Math Functions
  5. Date: 24 Feb 1996 21:38:10 GMT
  6. Organization: Pacific Bell Internet Services
  7. Message-ID: <4go0g3$qg3@SNFC21_SRVR_WWW.PBI.net>
  8. References: <4f7m6m$b4j@server1.ctc.com>
  9. Reply-To: mich@pbinet.com
  10. NNTP-Posting-Host: ppp-5-9.rdcy01.pbinet.com
  11. X-Newsreader: IBM NewsReader/2 v1.03
  12.  
  13. In <4f7m6m$b4j@server1.ctc.com>, cunning@CTC.COM (Matt Cunningham) writes:
  14. >I'm trying to find out if I can do matrix math using C.  I am working on the 
  15. >SGI platform (Irix 5.3) and I want to know if I can do complex numbers,
  16. >define matrices, take the determinant of matrices etc.  Any ideas of if I
  17. >can do this and how?
  18.  
  19. Many installations come with advanced math routines, look through your header
  20. files for names like 'complex.h', etc, then look at the header for protoypes, which
  21. is probably the best guide to using them. I do most of my program authoring on
  22. dos machines, using both borland and microsoft enviroments, and both are capable
  23. of using complex math. I'd be surprised if GNU C didn't have a complex math
  24. package. Look at your headers...
  25.  
  26.